﻿  .my_btn {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	min-width:30px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #ddd;
	color: #666;
	background-color: #f5f5f5;
	background: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
	background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
	background: linear-gradient(top, #F5F5F5, #F1F1F1);
}
  
  
    .my_btn-primary {
	border-color: White;
	color: #F3F7FC;
	background-color: #4D90FE;
	background: -webkit-linear-gradient(top, #CCC, #CCC);
	background: -moz-linear-gradient(top, #CCC, #CCC);
	background: linear-gradient(top,#CCC, #CCC);
}

   .my_btn-primary:hover {
	border-color:#2F5BB7;
	color:#fff;
	background-color: #4D90FE;
	background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
	background: -moz-linear-gradient(top, #4D90FE, #357AE8);
	background: linear-gradient(top, #4D90FE, #357AE8);
}

/*横线样式*/
.my_theme-poptit {
	border-bottom:1px solid #ddd;
	padding:1px;
	position: relative;
}

/*关闭样式*/
.my_theme-poptit .my_close {
	float:right;
	color:#999;
	padding:5px;
	margin:-2px 0px -5px;
	font:bold 14px/14px simsun;
	text-shadow:0 1px 0 #ddd
}
  
/*收藏div*/
.my_theme-collection 
{
	font-size:12px;
	font-family:microsoft yahei;
	color: #444;
	z-index:19999;
	position:fixed;
	top:50%;
	left:50%;
	width:400px;
	height:140px;
	margin:-110px 0 0 -180px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
}
*html .my_theme-collection {position:absolute;top:500px;left:500px}
.my_table
{
	font-size:12px;
	width:80%;
	height:90%;
	text-align:center; 
	margin:auto;
}
.my_table th
 {	
 	background-color:#bbe8e8;
 	width:90px;
}
.my_table td
 {	
 	width:122px;
 	text-align:left; 
 	vertical-align:top;
}

/*注册div*/
.my_theme-registered 
{
	font-size:12px;
	font-family:microsoft yahei;
	color: #444;
	z-index:19998;
	position:fixed;
	top:50%;
	left:50%;
	width:400px;
	height:485px;
	margin:-245px 0 0 -180px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
}

*html .my_theme-registered  {position:absolute;top:400px;left:40%}


/*底层div

.my_dow
{ width:100%; height:100%; background-color:#DDDDDD; position:fixed;
	top:0;
	left:0;z-index: 19997;opacity:0.5;display:none;}

 *html .my_dow {position:absolute;top:0px;left:0;width:0px;height:100%;}*/


/* input */
.my_ipt {
	border: solid 1px #d2d2d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	background-color: #fff;
	padding: 4px 6px;
	height: 21px;
	line-height: 21px;
	color: #555;
	width: 310px;
	vertical-align: baseline;
}

.my_ipt-mini {
	width: 140px;
	padding: 1px 3px;
}
.my_ipt:focus {
	border-color: #95C8F1;
	box-shadow: 0 0 4px #95C8F1;
}




/*找回密码div*/
.my_theme_zhPwd
{
	font-size:12px;
	font-family:microsoft yahei;
        
	color: #444;
	z-index:19998;
	position:fixed;
	top:50%;
	left:50%;
	width:585px;
	height:485px;
	margin:-245px 0 0 -250px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
 
}
*html .my_theme_zhPwd  {position:absolute;top:400px;left:40%}